STEP 19: But wait! Our program isn't working exactly as we'd want it to...
- When we started editing our game, we used a file called "high_scores_python3.csv" to get you started.
- This is a file you can't edit. Therefore, every time you run your program, you're copying high scores from a file you can't edit and overwriting a file you can edit called "updated_scores.csv".
- In main(), change the parameter inside your first get_high_scores() call to "updated_scores.csv".
To navigate the page using the TAB key, first press ESC to exit the code editor.